Skip to content

ci: release packages#65

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
May 26, 2026
Merged

ci: release packages#65
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 26, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@moonshot-ai/kimi-code@0.3.0

Minor Changes

  • #76 6f22ae4 - /logout now opens a picker so you can choose which provider to log out of, instead of always logging out the one tied to the current model. The current provider is highlighted by default, so pressing Enter matches the previous behavior. The command is also available as /disconnect.

Patch Changes

  • #62 e2b2b46 - Make AgentRecords hold the Agent instance directly and inline the restore dispatch logic.

  • #73 bddc60f - Prevent running the /model and /sessions slash commands while streaming or compacting context.

  • #70 d95b013 - Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through /connect.

  • #78 61f7d0e - Make OpenAI-compatible reasoner models work out of the box for hand-written provider configs. The openai provider now auto-detects thinking on incoming responses by scanning the de facto field set (reasoning_content, reasoning_details, reasoning), serializes thinking back as reasoning_content by default, and auto-injects reasoning_effort whenever the conversation history contains prior thinking — so DeepSeek, Qwen, One API and other gateway-fronted services no longer require a hand-set reasoning_key. The reasoning_key model-alias field remains available as an explicit override for non-standard gateways.

  • #66 8ddfc04 - Fix API key input dialog showing a masked dot in empty state.

  • #72 0ce0072 - Fix user skills in ~/.agents/ not being loaded.

  • #86 5e354d0 - Restore real-time token display for running subagents in the TUI.

  • #57 8fb61f9 - Hide the todo panel on resume when all todos are already completed.

  • #83 7d9216d - Always emit a paired tool result when a tool returns a malformed or missing result, preventing the next request from failing with a missing tool_call_id error.

  • #81 1fbefc9 - Improve the Write tool UX.

  • #79 5a90b53 - Fix Plan mode session resets so new sessions no longer fail after plan review rejection and continue receiving events after setup errors.

  • #77 fe60c21 - Exit promptly when the controlling terminal goes away. The TUI now handles SIGHUP / SIGTERM and stdout/stderr EIO / EPIPE / ENOTCONN errors, preventing leftover kimi processes that pin a CPU core after the parent shell or multiplexer dies unexpectedly.

  • #85 2bb50a3 - Avoid overly small local completion caps that can truncate reasoning before summaries are produced.

@moonshot-ai/agent-core@0.2.1

Patch Changes

  • #62 e2b2b46 - Make AgentRecords hold the Agent instance directly and inline the restore dispatch logic.

  • #70 d95b013 - Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through /connect.

  • #72 0ce0072 - Fix user skills in ~/.agents/ not being loaded.

  • #86 5e354d0 - Restore real-time token display for running subagents in the TUI.

  • #83 7d9216d - Always emit a paired tool result when a tool returns a malformed or missing result, preventing the next request from failing with a missing tool_call_id error.

  • #85 2bb50a3 - Avoid overly small local completion caps that can truncate reasoning before summaries are produced.

  • Updated dependencies [d95b013, 61f7d0e]:

    • @moonshot-ai/kosong@0.2.1

@moonshot-ai/kosong@0.2.1

Patch Changes

  • #70 d95b013 - Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through /connect.

  • #78 61f7d0e - Make OpenAI-compatible reasoner models work out of the box for hand-written provider configs. The openai provider now auto-detects thinking on incoming responses by scanning the de facto field set (reasoning_content, reasoning_details, reasoning), serializes thinking back as reasoning_content by default, and auto-injects reasoning_effort whenever the conversation history contains prior thinking — so DeepSeek, Qwen, One API and other gateway-fronted services no longer require a hand-set reasoning_key. The reasoning_key model-alias field remains available as an explicit override for non-standard gateways.

@moonshot-ai/kimi-code-sdk@0.2.1

Patch Changes

  • #70 d95b013 - Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through /connect.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from 54baf1b to 29e2027 Compare May 26, 2026 14:08
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 29e2027 to 65da05b Compare May 26, 2026 14:26
@liruifengv liruifengv merged commit cef5efc into main May 26, 2026
@liruifengv liruifengv deleted the changeset-release/main branch May 26, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant